Skip to main content

Get Webhook Addresses for Webhook Id

GET 

/webhook/addresses/:webhookId

Get all the addresses associated with a webhook

Request

Path Parameters

    webhookId stringrequired
    Example: 62d3f2aa15a8393bd802c313

Query Parameters

    apiKey stringrequired
    Example: {{publicKey}}

Header Parameters

    API-SECRET stringrequired
    Example: {{secretKey}}

Responses

OK

Schema
    _id string
    webhookId string
    address string
    __v number
    createdAt string
    updatedAt string
Loading...

Was this page helpful?